body {
    font-family: 'Cairo', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif !important;
}

.bg-success {
    background-color: #00bd9d !important;
}

.text-success {
    color: #00bd9d !important;
}

.madar-footer {
    color: #00bd9d !important;
    background-color: #f6f8fa !important;
}
.page-item.active .page-link,
.form-check-input:checked {
    background-color: #00bd9d !important;
    border-color: #00bd9d !important;
}
.ui-slider .ui-widget-header {
    background: #00bd9d !important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #fff !important;
    color: #212529 !important;
    cursor: not-allowed !important;
}
.form-check-inline {
    margin-right: 0 !important;
}

.card {
    margin-bottom:30px !important;
}
.form-check-custom {
    padding-left: 2.5rem;
    margin-top: 12px;
}
.cursor-pointer {
    cursor: pointer !important;
}

.custom-popup {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.dropdown-toggle:focus {
   color:#00bd9d !important;
}
a:focus {
    color: #00bd9d !important;
}

a:hover,
a:active {
    color: #00bd9d !important;
}
a.lined_focus:focus,
a.lined_focus:hover,
a.lined_focus:active {
    color: #fff !important;
    font-weight: 600 !important;
}
.nav-tabs .nav-item .nav-link.active {
    color: #00bd9d !important;
}
.select2-container {
    width: -webkit-fill-available !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.badge-soft-primary {
    color: #25a0e2 !important;
    background-color: rgba(37, 160, 226, .1) !important;
}

.badge-soft-danger {
    color: #f06548 !important;
    background-color: rgba(240, 101, 72, .1) !important;
}

.badge-soft-warning {
    color: #ffbc0a !important;
    background-color: rgba(255, 188, 10, .1) !important;
}
.badge-soft-secondary {
    color: #878a99 !important;
    background-color: rgba(135, 138, 153, .1) !important;
}

.badge-soft-success {
    color: #00bd9d !important;
    background-color: rgba(0, 189, 157, .1) !important;
}

.alert-success {
    color: #00bd9d !important;
    background-color: #d9f5f0 !important;
    border-color: #b3ebe2 !important;
}
.swiper-pagination-bullet {
    width: 22px !important;
    height: 5px !important;
    background-color: #fff !important;
    border-radius: 50px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-soft-primary {
    color: #25a0e2;
    background-color: rgba(37, 160, 226, .1);
    border-color: transparent
}

.btn-soft-primary:active,
.btn-soft-primary:focus,
.btn-soft-primary:hover {
    color: #fff !important;
    background-color: #25a0e2 !important;
    border-color: transparent
}

.btn-soft-secondary {
    color: #878a99;
    background-color: rgba(135, 138, 153, .1);
    border-color: transparent
}

.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff !important;
    background-color: #878a99 !important;
    border-color: transparent
}

.btn-soft-success {
    color: #00bd9d;
    background-color: rgba(0, 189, 157, .1);
    border-color: transparent
}

.btn-soft-success:active,
.btn-soft-success:focus,
.btn-soft-success:hover {
    color: #fff !important;
    background-color: #00bd9d !important;
    border-color: transparent
}

.btn-soft-warning {
    color: #ffbc0a;
    background-color: rgba(255, 188, 10, .1);
    border-color: transparent
}

.btn-soft-warning:active,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
    color: #fff !important;
    background-color: #ffbc0a !important;
    border-color: transparent
}

.btn-soft-danger {
    color: #f06548;
    background-color: rgba(240, 101, 72, .1);
    border-color: transparent
}

.btn-soft-danger:active,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
    color: #fff !important;
    background-color: #f06548 !important;
    border-color: transparent
}

.btn-soft-light {
    color: #f3f6f9;
    background-color: rgba(243, 246, 249, .1);
    border-color: transparent
}

.btn-soft-light:active,
.btn-soft-light:focus,
.btn-soft-light:hover {
    color: #fff !important;
    background-color: #f3f6f9 !important;
    border-color: transparent
}

.btn-soft-dark {
    color: #343a40;
    background-color: rgba(52, 58, 64, .1);
    border-color: transparent
}

.btn-soft-dark:active,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: transparent
}
.table-card {
    margin: -1rem -1rem;
}
.table {
    color: #535b61;
}
.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}
.o_auth_oauth_providers {
    text-align: center !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00bd9d !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover{
    background-color: #00bd9d !important;
}

#back-to-top {
    bottom:5px !important;
}

.anim-photo {
    animation: frameani 2s ease-in-out infinite alternate;
    overflow: hidden;
    transition: all 1s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.booking_records_state .rejected_booking.active {
    border-bottom: 1px solid #212529 !important;
    color: #212529 !important;
}

@media (max-width: 992px) {
    .item .text-cover .text-content {
        margin-left: -190px;
        margin-bottom: 330px;
        }
}

@media (min-width: 992px) {
    .large_room_img {
        max-height: 550px !important;
        min-height: 550px !important;
    }
    .small_room_img {
        max-height: 265px !important;
        min-height: 265px !important;
    }
}

@media (max-width: 768px) {
    .text-mobile-center {
        text-align: center !important;
    }
    .w-sm-100 {
        width:100% !important;
    }
    .d-mobile-none {
        display: none !important;
    }
    .m-mobile-t {
        margin-top:1rem !important;
    }
    .row_reverse {
        flex-direction: column-reverse !important;
    }
    .margin-bottom-mobile {
        margin-bottom: auto !important;
    }
    .justify-mobile-content {
        justify-content: center !important;
    }
    .margin-mobile-top-0 {
        margin-top: 0 !important;
    }
}
/* =====================================================================BELONGS TO CHECKBOX AS STAR=================================================================== */
.star-checkbox {
    display: none;
}

.star-label {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.star-label:before {
    content: '\2605';
}

.star-checkbox:checked+.star-label:before {
    color: #00bd9d;
}
/* =====================================================================BELONGS TO OWL LANDING PAGE=================================================================== */
.item .text-cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.item .text-cover .text-content {
    position: relative;
    left: 290px;
    margin-bottom: 330px;
    padding: 56px;
    overflow: hidden;
}

.item .text-cover .text-content .text-line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.item .text-cover .text-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

.item .text-cover .text-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.item .text-cover .text-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active .text-line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.owl-nav .owl-prev:focus {
    outline: 0;
}

.owl-nav .owl-prev:hover {
    background: #000 !important;
}

.owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.owl-nav .owl-next:focus {
    outline: 0;
}

.owl-nav .owl-next:hover {
    background: #000 !important;
}

.containerten {
    max-width: 800px;
    margin: auto;
}

.rowten {
    display: flex;

}

.row-item {
    flex: 1;
    margin: 10px;
    opacity: 0.5;
    transition: all 2s;
}

.row-item>img {
    width: 100%;

}

.row-item:hover {
    flex-grow: 3.5;
    opacity: 1;

}
@media(max-width:600px) {
    .rowten {
        display: block;
    }
}
/* ===================================================================BELONGS TO ROOM DETAILS AND FACILITIES================================================================*/
#title {
    font-weight: 700;
    display: inline-flex;
    margin: -5px;
    padding: 5px;
}

.title-letter {
    font-size: calc(6vw + 1rem);
    margin-left: 12px;
}

#sub-title {
    font-weight: 400;
    font-size: calc(0.4vw + 0.5rem);
    letter-spacing: calc(0.3vw + 0.5rem);
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

.title-letter,
#sub-title {
    opacity: 0;
}
/* ================ */
img.swiper-slide {
    display: block;
    max-width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.sectionben {
    margin: 0 auto;
    padding-block: 1rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
}
.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 189, 157, 0.18) !important;
}
/* BELONGS TO RESERVATIONS DETAILS */
.step-arrow-nav .nav .nav-link.pending.active {
    background-color: rgba(69,203,133,.18)!important;
    color: #45CB85 !important;
}
.step-arrow-nav .nav .nav-link.pending.active::before {
    border-left-color: rgba(69,203,133,.18) !important;
}

.step-arrow-nav .nav .nav-link.rejected.active {
    background-color: rgba(33,37,41,.18)!important;
    color: #212529 !important;
}
.step-arrow-nav .nav .nav-link.rejected.active::before {
    border-left-color: rgba(33,37,41,.18)!important;
}

